Fix make check
authorMatthias Clasen <mclasen@redhat.com>
Fri, 20 Nov 2015 02:55:29 +0000 (21:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 20 Nov 2015 05:13:20 +0000 (00:13 -0500)
For some reason, GtkFileChooserNative is causing the defaultvalue
test to fail. I couldn't track this down quickly, so skip the
type for now.

testsuite/gtk/defaultvalue.c

index 557cdd48f9a9da5c69e03482773937140818c31a..d8612b9e1a2806091186954da984cff7aa32e506 100644 (file)
@@ -437,6 +437,9 @@ main (int argc, char **argv)
     {
       gchar *testname;
 
+      if (otypes[i] == GTK_TYPE_FILE_CHOOSER_NATIVE)
+        continue;
+
       testname = g_strdup_printf ("/Default Values/%s",
                                  g_type_name (otypes[i]));
       g_test_add_data_func (testname,